13b7bd5581a8e97170c17d812cffa2c8f73ff885,src/com/massivecraft/factions/cmd/CmdFactionsCreate.java,CmdFactionsCreate,perform,#,45

Before Change


		
		// Inform
		msg("<i>You created the faction %s", faction.getName(msender));
		msg("<i>You should now: %s", Factions.get().getOuterCmdFactions().cmdFactionsDescription.getUseageTemplate());

		// Log
		if (MConf.get().logFactionCreate)

After Change


		
		// Inform
		msg("<i>You created the faction %s", faction.getName(msender));
		message(Mson.mson(mson("You should now: ").color(ChatColor.YELLOW), Factions.get().getOuterCmdFactions().cmdFactionsDescription.getUseageTemplate()));

		// Log
		if (MConf.get().logFactionCreate)